• frmStudentRecord1.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStudentRecord1
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStudentRecord1))
31         Me.Panel2 = New System.Windows.Forms.Panel()
32         Me.Label1 = New System.Windows.Forms.Label()
33         Me.dgw = New System.Windows.Forms.DataGridView()
34         Me.GroupBox3 = New System.Windows.Forms.GroupBox()
35         Me.txtStudentName = New System.Windows.Forms.TextBox()
36         Me.GroupBox4 = New System.Windows.Forms.GroupBox()
37         Me.Button1 = New System.Windows.Forms.Button()
38         Me.Label3 = New System.Windows.Forms.Label()
39         Me.Label2 = New System.Windows.Forms.Label()
40         Me.Label4 = New System.Windows.Forms.Label()
41         Me.cmbSection = New System.Windows.Forms.ComboBox()
42         Me.cmbClass = New System.Windows.Forms.ComboBox()
43         Me.cmbSession = New System.Windows.Forms.ComboBox()
44         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
45         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
46         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
47         Me.Button2 = New System.Windows.Forms.Button()
48         Me.Label5 = New System.Windows.Forms.Label()
49         Me.Label6 = New System.Windows.Forms.Label()
50         Me.Panel3 = New System.Windows.Forms.Panel()
51         Me.Button4 = New System.Windows.Forms.Button()
52         Me.btnReset = New System.Windows.Forms.Button()
53         Me.Button5 = New System.Windows.Forms.Button()
54         Me.Panel1 = New System.Windows.Forms.Panel()
55         Me.lblSet = New System.Windows.Forms.Label()
56         Me.GroupBox5 = New System.Windows.Forms.GroupBox()
57         Me.txtAdmissionNo = New System.Windows.Forms.TextBox()
58         Me.GroupBox2 = New System.Windows.Forms.GroupBox()
59         Me.Button3 = New System.Windows.Forms.Button()
60         Me.Label7 = New System.Windows.Forms.Label()
61         Me.Label8 = New System.Windows.Forms.Label()
62         Me.cmbCategory = New System.Windows.Forms.ComboBox()
63         Me.cmbClass1 = New System.Windows.Forms.ComboBox()
64         Me.GroupBox6 = New System.Windows.Forms.GroupBox()
65         Me.txtGRNo = New System.Windows.Forms.TextBox()
66         Me.Panel2.SuspendLayout()
67         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
68         Me.GroupBox3.SuspendLayout()
69         Me.GroupBox4.SuspendLayout()
70         Me.GroupBox1.SuspendLayout()
71         Me.Panel3.SuspendLayout()
72         Me.Panel1.SuspendLayout()
73         Me.GroupBox5.SuspendLayout()
74         Me.GroupBox2.SuspendLayout()
75         Me.GroupBox6.SuspendLayout()
76         Me.SuspendLayout()
77         
'
78         
'Panel2
79         
'
80         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
81         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
82         Me.Panel2.Controls.Add(Me.lblSet)
83         Me.Panel2.Controls.Add(Me.Label1)
84         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
85         Me.Panel2.Name =
"Panel2"
86         Me.Panel2.Size = New System.Drawing.Size(
1001, 62)
87         Me.Panel2.TabIndex =
0
88         
'
89         
'Label1
90         
'
91         Me.Label1.AutoSize = True
92         Me.Label1.BackColor = System.Drawing.Color.Transparent
93         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
94         Me.Label1.ForeColor = System.Drawing.Color.White
95         Me.Label1.Location = New System.Drawing.Point(
415, 20)
96         Me.Label1.Name =
"Label1"
97         Me.Label1.Size = New System.Drawing.Size(
151, 24)
98         Me.Label1.TabIndex =
0
99         Me.Label1.Text =
"List of Students"
100         
'
101         
'dgw
102         
'
103         Me.dgw.AllowUserToAddRows = False
104         Me.dgw.AllowUserToDeleteRows = False
105         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
106         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
107         Me.dgw.BackgroundColor = System.Drawing.Color.White
108         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
109         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
110         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
111         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
112         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
113         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
114         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
115         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
116         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
117         Me.dgw.ColumnHeadersHeight =
30
118         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
119         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
120         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
121         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
122         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
123         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
124         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
125         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
126         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
127         Me.dgw.EnableHeadersVisualStyles = False
128         Me.dgw.GridColor = System.Drawing.Color.White
129         Me.dgw.Location = New System.Drawing.Point(
9, 257)
130         Me.dgw.MultiSelect = False
131         Me.dgw.Name =
"dgw"
132         Me.dgw.ReadOnly = True
133         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
134         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
135         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
136         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
137         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
138         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
139         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
140         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
141         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
142         Me.dgw.RowHeadersWidth =
25
143         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
144         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
145         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
146         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
147         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
148         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
149         Me.dgw.RowTemplate.Height =
18
150         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
151         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
152         Me.dgw.Size = New System.Drawing.Size(
1001, 370)
153         Me.dgw.TabIndex =
1
154         
'
155         
'GroupBox3
156         
'
157         Me.GroupBox3.Controls.Add(Me.txtStudentName)
158         Me.GroupBox3.Location = New System.Drawing.Point(
7, 75)
159         Me.GroupBox3.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
160         Me.GroupBox3.Name =
"GroupBox3"
161         Me.GroupBox3.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
162         Me.GroupBox3.Size = New System.Drawing.Size(
185, 79)
163         Me.GroupBox3.TabIndex =
37
164         Me.GroupBox3.TabStop = False
165         Me.GroupBox3.Text =
"By Student Name"
166         
'
167         
'txtStudentName
168         
'
169         Me.txtStudentName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
170         Me.txtStudentName.Location = New System.Drawing.Point(
27, 37)
171         Me.txtStudentName.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
172         Me.txtStudentName.Name =
"txtStudentName"
173         Me.txtStudentName.Size = New System.Drawing.Size(
138, 21)
174         Me.txtStudentName.TabIndex =
0
175         
'
176         
'GroupBox4
177         
'
178         Me.GroupBox4.Controls.Add(Me.Button1)
179         Me.GroupBox4.Controls.Add(Me.Label3)
180         Me.GroupBox4.Controls.Add(Me.Label2)
181         Me.GroupBox4.Controls.Add(Me.Label4)
182         Me.GroupBox4.Controls.Add(Me.cmbSection)
183         Me.GroupBox4.Controls.Add(Me.cmbClass)
184         Me.GroupBox4.Controls.Add(Me.cmbSession)
185         Me.GroupBox4.Location = New System.Drawing.Point(
198, 75)
186         Me.GroupBox4.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
187         Me.GroupBox4.Name =
"GroupBox4"
188         Me.GroupBox4.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
189         Me.GroupBox4.Size = New System.Drawing.Size(
444, 79)
190         Me.GroupBox4.TabIndex =
38
191         Me.GroupBox4.TabStop = False
192         
'
193         
'Button1
194         
'
195         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
196         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
197         Me.Button1.Location = New System.Drawing.Point(
363, 38)
198         Me.Button1.Name =
"Button1"
199         Me.Button1.Size = New System.Drawing.Size(
69, 24)
200         Me.Button1.TabIndex =
3
201         Me.Button1.Text =
"&Search"
202         Me.Button1.UseVisualStyleBackColor = True
203         
'
204         
'Label3
205         
'
206         Me.Label3.AutoSize = True
207         Me.Label3.Location = New System.Drawing.Point(
253, 18)
208         Me.Label3.Name =
"Label3"
209         Me.Label3.Size = New System.Drawing.Size(
49, 13)
210         Me.Label3.TabIndex =
35
211         Me.Label3.Text =
"Section :"
212         
'
213         
'Label2
214         
'
215         Me.Label2.AutoSize = True
216         Me.Label2.Location = New System.Drawing.Point(
152, 17)
217         Me.Label2.Name =
"Label2"
218         Me.Label2.Size = New System.Drawing.Size(
38, 13)
219         Me.Label2.TabIndex =
34
220         Me.Label2.Text =
"Class :"
221         
'
222         
'Label4
223         
'
224         Me.Label4.AutoSize = True
225         Me.Label4.Location = New System.Drawing.Point(
14, 18)
226         Me.Label4.Name =
"Label4"
227         Me.Label4.Size = New System.Drawing.Size(
50, 13)
228         Me.Label4.TabIndex =
33
229         Me.Label4.Text =
"Session :"
230         
'
231         
'cmbSection
232         
'
233         Me.cmbSection.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
234         Me.cmbSection.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
235         Me.cmbSection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
236         Me.cmbSection.Enabled = False
237         Me.cmbSection.FormattingEnabled = True
238         Me.cmbSection.Location = New System.Drawing.Point(
256, 40)
239         Me.cmbSection.Name =
"cmbSection"
240         Me.cmbSection.Size = New System.Drawing.Size(
100, 21)
241         Me.cmbSection.TabIndex =
2
242         
'
243         
'cmbClass
244         
'
245         Me.cmbClass.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
246         Me.cmbClass.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
247         Me.cmbClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
248         Me.cmbClass.Enabled = False
249         Me.cmbClass.FormattingEnabled = True
250         Me.cmbClass.Location = New System.Drawing.Point(
155, 40)
251         Me.cmbClass.Name =
"cmbClass"
252         Me.cmbClass.Size = New System.Drawing.Size(
95, 21)
253         Me.cmbClass.TabIndex =
1
254         
'
255         
'cmbSession
256         
'
257         Me.cmbSession.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
258         Me.cmbSession.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
259         Me.cmbSession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
260         Me.cmbSession.FormattingEnabled = True
261         Me.cmbSession.Location = New System.Drawing.Point(
17, 40)
262         Me.cmbSession.Name =
"cmbSession"
263         Me.cmbSession.Size = New System.Drawing.Size(
124, 21)
264         Me.cmbSession.TabIndex =
0
265         
'
266         
'GroupBox1
267         
'
268         Me.GroupBox1.Controls.Add(Me.dtpDateTo)
269         Me.GroupBox1.Controls.Add(Me.dtpDateFrom)
270         Me.GroupBox1.Controls.Add(Me.Button2)
271         Me.GroupBox1.Controls.Add(Me.Label5)
272         Me.GroupBox1.Controls.Add(Me.Label6)
273         Me.GroupBox1.Location = New System.Drawing.Point(
3, 162)
274         Me.GroupBox1.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
275         Me.GroupBox1.Name =
"GroupBox1"
276         Me.GroupBox1.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
277         Me.GroupBox1.Size = New System.Drawing.Size(
402, 79)
278         Me.GroupBox1.TabIndex =
39
279         Me.GroupBox1.TabStop = False
280         Me.GroupBox1.Text =
"By Admission Date"
281         
'
282         
'dtpDateTo
283         
'
284         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
285         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
286         Me.dtpDateTo.Location = New System.Drawing.Point(
186, 42)
287         Me.dtpDateTo.Name =
"dtpDateTo"
288         Me.dtpDateTo.Size = New System.Drawing.Size(
126, 20)
289         Me.dtpDateTo.TabIndex =
36
290         
'
291         
'dtpDateFrom
292         
'
293         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
294         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
295         Me.dtpDateFrom.Location = New System.Drawing.Point(
36, 42)
296         Me.dtpDateFrom.Name =
"dtpDateFrom"
297         Me.dtpDateFrom.Size = New System.Drawing.Size(
126, 20)
298         Me.dtpDateFrom.TabIndex =
35
299         
'
300         
'Button2
301         
'
302         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
303         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
304         Me.Button2.Location = New System.Drawing.Point(
318, 40)
305         Me.Button2.Name =
"Button2"
306         Me.Button2.Size = New System.Drawing.Size(
69, 23)
307         Me.Button2.TabIndex =
3
308         Me.Button2.Text =
"&Search"
309         Me.Button2.UseVisualStyleBackColor = True
310         
'
311         
'Label5
312         
'
313         Me.Label5.AutoSize = True
314         Me.Label5.Location = New System.Drawing.Point(
183, 21)
315         Me.Label5.Name =
"Label5"
316         Me.Label5.Size = New System.Drawing.Size(
26, 13)
317         Me.Label5.TabIndex =
34
318         Me.Label5.Text =
"To :"
319         
'
320         
'Label6
321         
'
322         Me.Label6.AutoSize = True
323         Me.Label6.Location = New System.Drawing.Point(
33, 21)
324         Me.Label6.Name =
"Label6"
325         Me.Label6.Size = New System.Drawing.Size(
36, 13)
326         Me.Label6.TabIndex =
33
327         Me.Label6.Text =
"From :"
328         
'
329         
'Panel3
330         
'
331         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
332         Me.Panel3.Controls.Add(Me.Button4)
333         Me.Panel3.Controls.Add(Me.btnReset)
334         Me.Panel3.Controls.Add(Me.Button5)
335         Me.Panel3.Location = New System.Drawing.Point(
736, 167)
336         Me.Panel3.Name =
"Panel3"
337         Me.Panel3.Size = New System.Drawing.Size(
274, 74)
338         Me.Panel3.TabIndex =
41
339         
'
340         
'Button4
341         
'
342         Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
343         Me.Button4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
344         Me.Button4.Location = New System.Drawing.Point(
183, 24)
345         Me.Button4.Name =
"Button4"
346         Me.Button4.Size = New System.Drawing.Size(
79, 33)
347         Me.Button4.TabIndex =
2
348         Me.Button4.Text =
"&Close"
349         Me.Button4.UseVisualStyleBackColor = True
350         
'
351         
'btnReset
352         
'
353         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
354         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
355         Me.btnReset.Location = New System.Drawing.Point(
97, 23)
356         Me.btnReset.Name =
"btnReset"
357         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
358         Me.btnReset.TabIndex =
0
359         Me.btnReset.Text =
"&Reset"
360         Me.btnReset.UseVisualStyleBackColor = True
361         
'
362         
'Button5
363         
'
364         Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
365         Me.Button5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
366         Me.Button5.Location = New System.Drawing.Point(
12, 23)
367         Me.Button5.Name =
"Button5"
368         Me.Button5.Size = New System.Drawing.Size(
80, 33)
369         Me.Button5.TabIndex =
43
370         Me.Button5.Text =
"&Export Excel"
371         Me.Button5.UseVisualStyleBackColor = True
372         
'
373         
'Panel1
374         
'
375         Me.Panel1.BackColor = System.Drawing.Color.White
376         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
377         Me.Panel1.Controls.Add(Me.GroupBox6)
378         Me.Panel1.Controls.Add(Me.GroupBox5)
379         Me.Panel1.Controls.Add(Me.GroupBox2)
380         Me.Panel1.Controls.Add(Me.Panel3)
381         Me.Panel1.Controls.Add(Me.GroupBox1)
382         Me.Panel1.Controls.Add(Me.GroupBox4)
383         Me.Panel1.Controls.Add(Me.GroupBox3)
384         Me.Panel1.Controls.Add(Me.dgw)
385         Me.Panel1.Controls.Add(Me.Panel2)
386         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
387         Me.Panel1.Name =
"Panel1"
388         Me.Panel1.Size = New System.Drawing.Size(
1021, 634)
389         Me.Panel1.TabIndex =
2
390         
'
391         
'lblSet
392         
'
393         Me.lblSet.AutoSize = True
394         Me.lblSet.Location = New System.Drawing.Point(
610, 28)
395         Me.lblSet.Name =
"lblSet"
396         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
397         Me.lblSet.TabIndex =
44
398         Me.lblSet.Text =
"Set"
399         Me.lblSet.Visible = False
400         
'
401         
'GroupBox5
402         
'
403         Me.GroupBox5.Controls.Add(Me.txtAdmissionNo)
404         Me.GroupBox5.Location = New System.Drawing.Point(
648, 76)
405         Me.GroupBox5.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
406         Me.GroupBox5.Name =
"GroupBox5"
407         Me.GroupBox5.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
408         Me.GroupBox5.Size = New System.Drawing.Size(
147, 79)
409         Me.GroupBox5.TabIndex =
43
410         Me.GroupBox5.TabStop = False
411         Me.GroupBox5.Text =
"By Admission No."
412         
'
413         
'txtAdmissionNo
414         
'
415         Me.txtAdmissionNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
416         Me.txtAdmissionNo.Location = New System.Drawing.Point(
27, 37)
417         Me.txtAdmissionNo.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
418         Me.txtAdmissionNo.Name =
"txtAdmissionNo"
419         Me.txtAdmissionNo.Size = New System.Drawing.Size(
105, 21)
420         Me.txtAdmissionNo.TabIndex =
0
421         
'
422         
'GroupBox2
423         
'
424         Me.GroupBox2.Controls.Add(Me.Button3)
425         Me.GroupBox2.Controls.Add(Me.Label7)
426         Me.GroupBox2.Controls.Add(Me.Label8)
427         Me.GroupBox2.Controls.Add(Me.cmbCategory)
428         Me.GroupBox2.Controls.Add(Me.cmbClass1)
429         Me.GroupBox2.Location = New System.Drawing.Point(
411, 162)
430         Me.GroupBox2.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
431         Me.GroupBox2.Name =
"GroupBox2"
432         Me.GroupBox2.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
433         Me.GroupBox2.Size = New System.Drawing.Size(
319, 79)
434         Me.GroupBox2.TabIndex =
42
435         Me.GroupBox2.TabStop = False
436         
'
437         
'Button3
438         
'
439         Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
440         Me.Button3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
441         Me.Button3.Location = New System.Drawing.Point(
233, 40)
442         Me.Button3.Name =
"Button3"
443         Me.Button3.Size = New System.Drawing.Size(
69, 24)
444         Me.Button3.TabIndex =
3
445         Me.Button3.Text =
"&Search"
446         Me.Button3.UseVisualStyleBackColor = True
447         
'
448         
'Label7
449         
'
450         Me.Label7.AutoSize = True
451         Me.Label7.Location = New System.Drawing.Point(
119, 21)
452         Me.Label7.Name =
"Label7"
453         Me.Label7.Size = New System.Drawing.Size(
55, 13)
454         Me.Label7.TabIndex =
35
455         Me.Label7.Text =
"Category :"
456         
'
457         
'Label8
458         
'
459         Me.Label8.AutoSize = True
460         Me.Label8.Location = New System.Drawing.Point(
18, 21)
461         Me.Label8.Name =
"Label8"
462         Me.Label8.Size = New System.Drawing.Size(
38, 13)
463         Me.Label8.TabIndex =
34
464         Me.Label8.Text =
"Class :"
465         
'
466         
'cmbCategory
467         
'
468         Me.cmbCategory.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
469         Me.cmbCategory.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
470         Me.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
471         Me.cmbCategory.FormattingEnabled = True
472         Me.cmbCategory.Items.AddRange(New Object() {
"UR/X", "ST", "SC", "OBC"})
473         Me.cmbCategory.Location = New System.Drawing.Point(
122, 40)
474         Me.cmbCategory.Name =
"cmbCategory"
475         Me.cmbCategory.Size = New System.Drawing.Size(
100, 21)
476         Me.cmbCategory.TabIndex =
2
477         
'
478         
'cmbClass1
479         
'
480         Me.cmbClass1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
481         Me.cmbClass1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
482         Me.cmbClass1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
483         Me.cmbClass1.FormattingEnabled = True
484         Me.cmbClass1.Location = New System.Drawing.Point(
21, 40)
485         Me.cmbClass1.Name =
"cmbClass1"
486         Me.cmbClass1.Size = New System.Drawing.Size(
95, 21)
487         Me.cmbClass1.TabIndex =
1
488         
'
489         
'GroupBox6
490         
'
491         Me.GroupBox6.Controls.Add(Me.txtGRNo)
492         Me.GroupBox6.Location = New System.Drawing.Point(
801, 76)
493         Me.GroupBox6.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
494         Me.GroupBox6.Name =
"GroupBox6"
495         Me.GroupBox6.Padding = New System.Windows.Forms.Padding(
3, 4, 3, 4)
496         Me.GroupBox6.Size = New System.Drawing.Size(
140, 79)
497         Me.GroupBox6.TabIndex =
45
498         Me.GroupBox6.TabStop = False
499         Me.GroupBox6.Text =
"By GR No."
500         
'
501         
'txtGRNo
502         
'
503         Me.txtGRNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
504         Me.txtGRNo.Location = New System.Drawing.Point(
27, 37)
505         Me.txtGRNo.Margin = New System.Windows.Forms.Padding(
3, 4, 3, 4)
506         Me.txtGRNo.Name =
"txtGRNo"
507         Me.txtGRNo.Size = New System.Drawing.Size(
97, 21)
508         Me.txtGRNo.TabIndex =
0
509         
'
510         
'frmStudentRecord1
511         
'
512         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
513         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
514         Me.BackColor = System.Drawing.Color.DarkSlateGray
515         Me.ClientSize = New System.Drawing.Size(
1043, 661)
516         Me.Controls.Add(Me.Panel1)
517         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
518         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
519         Me.MaximizeBox = False
520         Me.MinimizeBox = False
521         Me.Name =
"frmStudentRecord1"
522         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
523         Me.Panel2.ResumeLayout(False)
524         Me.Panel2.PerformLayout()
525         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
526         Me.GroupBox3.ResumeLayout(False)
527         Me.GroupBox3.PerformLayout()
528         Me.GroupBox4.ResumeLayout(False)
529         Me.GroupBox4.PerformLayout()
530         Me.GroupBox1.ResumeLayout(False)
531         Me.GroupBox1.PerformLayout()
532         Me.Panel3.ResumeLayout(False)
533         Me.Panel1.ResumeLayout(False)
534         Me.GroupBox5.ResumeLayout(False)
535         Me.GroupBox5.PerformLayout()
536         Me.GroupBox2.ResumeLayout(False)
537         Me.GroupBox2.PerformLayout()
538         Me.GroupBox6.ResumeLayout(False)
539         Me.GroupBox6.PerformLayout()
540         Me.ResumeLayout(False)
541
542     End Sub
543     Friend WithEvents Panel2 As System.Windows.Forms.Panel
544     Friend WithEvents Label1 As System.Windows.Forms.Label
545     Friend WithEvents dgw As System.Windows.Forms.DataGridView
546     Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
547     Friend WithEvents txtStudentName As System.Windows.Forms.TextBox
548     Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
549     Private WithEvents Button1 As System.Windows.Forms.Button
550     Friend WithEvents Label3 As System.Windows.Forms.Label
551     Friend WithEvents Label2 As System.Windows.Forms.Label
552     Friend WithEvents Label4 As System.Windows.Forms.Label
553     Friend WithEvents cmbSection As System.Windows.Forms.ComboBox
554     Friend WithEvents cmbClass As System.Windows.Forms.ComboBox
555     Friend WithEvents cmbSession As System.Windows.Forms.ComboBox
556     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
557     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
558     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
559     Private WithEvents Button2 As System.Windows.Forms.Button
560     Friend WithEvents Label5 As System.Windows.Forms.Label
561     Friend WithEvents Label6 As System.Windows.Forms.Label
562     Friend WithEvents Panel3 As System.Windows.Forms.Panel
563     Private WithEvents Button4 As System.Windows.Forms.Button
564     Private WithEvents btnReset As System.Windows.Forms.Button
565     Friend WithEvents Panel1 As System.Windows.Forms.Panel
566     Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
567     Friend WithEvents txtAdmissionNo As System.Windows.Forms.TextBox
568     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
569     Private WithEvents Button3 As System.Windows.Forms.Button
570     Friend WithEvents Label7 As System.Windows.Forms.Label
571     Friend WithEvents Label8 As System.Windows.Forms.Label
572     Friend WithEvents cmbCategory As System.Windows.Forms.ComboBox
573     Friend WithEvents cmbClass1 As System.Windows.Forms.ComboBox
574     Friend WithEvents lblSet As System.Windows.Forms.Label
575     Private WithEvents Button5 As System.Windows.Forms.Button
576     Friend WithEvents GroupBox6 As System.Windows.Forms.GroupBox
577     Friend WithEvents txtGRNo As System.Windows.Forms.TextBox
578
579 End Class


Gõ tìm kiếm nhanh...